libxl: add libxl_domain_preserve
authorIan Campbell <ian.campbell@citrix.com>
Tue, 27 Jul 2010 16:07:22 +0000 (17:07 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Tue, 27 Jul 2010 16:07:22 +0000 (17:07 +0100)
commit25747d176fbcc8874b555f161d1ddd1d3301b6b5
treec8d96e6c0ca02929696da43740d30715fb03a45b
parent1a0e17891f14a7efa76966059427d3093c7f2888
libxl: add libxl_domain_preserve

This method is intended to preserve an existing (but shut down) domain
(for debugging purposes) in such a way that the domain can also be
restarted.

There is likely to be more required to achieve this aim than the
function currently does.

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
tools/libxl/libxl.c
tools/libxl/libxl.h